gtk4.git
2020-10-15 Matthias Clasenaccessible: Avoid realizing the context prematurely
2020-10-15 Matthias Clasenstack: Turn pages into accessibles
2020-10-14 Matthias Clasendocs: Fix a copy-paste error
2020-10-14 Matthias ClasenCosmetics
2020-10-13 Matthias ClasenCosmetics
2020-10-13 Matthias Clasendropdown: Use the combox accessible role
2020-10-13 Matthias Clasencombobox: Use the combobox accessible role
2020-10-13 Matthias Clasenatspi: Implement Selection for GtkFlowBox
2020-10-13 Matthias Clasenflowbox: Update accessible state for children
2020-10-13 Matthias Clasenatspi: Implement Selection for GtkComboBox
2020-10-13 Matthias ClasenRemove excessively spammy debug messages
2020-10-13 Matthias ClasenFix compiler warnings
2020-10-13 Matthias ClasenRemove some unused code
2020-10-13 Matthias Clasenatspi: Fix a variant parser oversight
2020-10-13 Matthias Clasenatspi: Implement Selection for listbox
2020-10-13 Matthias Clasenlistbox: Update accessible state for rows
2020-10-13 Matthias ClasenFix the build
2020-10-13 Matthias Clasenatspi: Fix up the role for password entries
2020-10-13 Matthias Clasenatspi: Make text change notification work
2020-10-13 Matthias Clasentext: Make editable signals work again
2020-10-13 Matthias Clasenatspi: Set placeholder-text attribute
2020-10-13 Matthias Clasenatspi: Implement EditableText interface for the entry...
2020-10-13 Matthias Clasenaccessible: Add some docs
2020-10-13 Matthias Clasenatspi: Implement Text interface for the entry wrappers
2020-10-13 Matthias Clasenspinbutton: Implement GtkAccessible
2020-10-13 Matthias Clasenpasswordentry: Implement GtkAccessible
2020-10-13 Matthias Clasensearchentry: Implement GtkAccessible
2020-10-13 Matthias Clasenentry: Implement GtkAccessible
2020-10-13 Matthias Clasentext: Ignore text widgets for a11y
2020-10-13 Matthias Clasenatspi: Use gtk_accessible_get_platform_state
2020-10-13 Matthias Clasenaccessible: Add gtk_accessible_get_platform_state
2020-10-13 Matthias Clasenatspi: Use gtk_accessible_should_present
2020-10-13 Matthias Clasenaccessible: Add a way to hide accessibles
2020-10-13 Matthias ClasenCosmetics
2020-10-13 Matthias Clasenatspi: Treat all entries the same for collecting state
2020-10-13 Matthias Clasenatspi: Fix collecting states
2020-10-13 Matthias ClasenFix the build
2020-10-12 Matthias Clasenatspi: D-Bus methods return tuples
2020-10-12 Matthias ClasenDon't unref a floating variant
2020-10-12 Matthias Clasenatspi: Unregister objects on the bus
2020-10-12 Matthias Clasenatspi: Emit property changes for focus
2020-10-12 Matthias Clasenatspi: Cosmetics
2020-10-12 Matthias Clasenwidget: Notify a11y of focus changes
2020-10-12 Matthias Clasena11y: Pass on platform changes
2020-10-12 Matthias Clasenatspi: Be more careful about indexes
2020-10-12 Matthias Clasenatspi: Set some more atspi states
2020-10-12 Matthias ClasenPass orientation property to accessible
2020-10-12 Matthias Clasenwip: Emit StateChanged signals
2020-10-12 Matthias Clasenatspi: Derive readonly state from aria properties
2020-10-12 Matthias Clasentext: Set the readonly accessible property
2020-10-12 Matthias Clasenatspi: Set editable state
2020-10-12 Matthias Clasenatspi: Implement EditableText interface
2020-10-12 Matthias Clasenatspi: Break out the Value implementation
2020-10-12 Matthias Clasenatspi: Break out the Text implementations
2020-10-12 Matthias Clasenscalebutton: Set accessible value properties
2020-10-12 Matthias Clasenpaned: Set accessible value properties
2020-10-12 Matthias ClasenSimplify GetInterfaces handling
2020-10-12 Matthias Clasenatspi: Implement Value for more widgets
2020-10-12 Matthias Clasenatspi: Implement Value interface for ranges
2020-10-12 Matthias Clasenatspi: Implement Text interface for text views
2020-10-12 Matthias Clasenatspi: Add textview utilities
2020-10-12 Matthias Clasenatspi: Export more pango utils
2020-10-12 Matthias Clasenatspi: Implement text for GtkText widgets too
2020-10-12 Matthias Clasenatspi: Implement Text interface for labels
2020-10-12 Matthias Clasenatspi: Add pango utilities
2020-10-12 Matthias Clasenatspicontext: Fix GetIndexInParent for toplevels
2020-10-12 Matthias Clasenatcontext: labelled-by has a reference list
2020-10-12 Matthias Clasenatspicontext: Implement GetRelationSet
2020-10-12 Matthias Clasenatspiroot: Stub out GetRelationSet
2020-10-12 Matthias Clasenatspi: Add the AtspiRelationType enum
2020-10-12 Matthias ClasenMove atspi enums to gtkatspiprivate.h
2020-10-12 Matthias ClasenAdd a GetInterfaces method
2020-10-12 Matthias ClasenDon't pass NULL to g_variant_new_string
2020-10-12 Matthias Clasenatspi utils: Fix an oversight
2020-10-12 Matthias ClasenFixup: Add a forgotten #pragma once
2020-10-12 Emmanuele Bassia11y: Convenience API for referencing ATSPI root node
2020-10-12 Emmanuele Bassia11y: Add utility function for null refs
2020-10-12 Matthias Clasenatspicontext: Implement GetState
2020-10-12 Matthias Clasenatspiroot: Fix GetState implementation
2020-10-12 Matthias Clasenatspiroot: Implement GetIndexInParent
2020-10-12 Matthias Clasenatspicontext: Implement GetIndexInParent
2020-10-12 Matthias Clasenatspicontext: Implement more accessible api
2020-10-12 Matthias Clasenatspiroot: Implement GetChildren
2020-10-12 Matthias Clasenatspiroot: Don't leak references
2020-10-12 Matthias Clasenatspiroot: Implement GetLocale
2020-10-12 Matthias Clasenatspicontext: Print out the a11y bus address
2020-10-12 Emmanuele Bassia11y: Localise the role name of the root node
2020-10-12 Emmanuele Bassia11y: Register the Accessible interface on all AtSpiCon...
2020-10-12 Emmanuele Bassia11y: Implement more ATSPI methods on the root node
2020-10-12 Emmanuele Bassia11y: Add method to extract desktop data
2020-10-12 Emmanuele Bassia11y: Validate the DBus context path
2020-10-12 Emmanuele Bassia11y: Turn accessible roles to string
2020-10-12 Emmanuele Bassia11y: Convert GTK roles to ATSPI ones
2020-10-12 Emmanuele Bassia11y: Compute the label for a GtkATContext
2020-10-12 Emmanuele Bassitests: Use the test ATContext for every test
2020-10-12 Emmanuele Bassia11y: Return the ATSPI role for the root element
2020-10-12 Emmanuele Bassia11y: Add AT-SPI cache object
2020-10-12 Emmanuele Bassia11y: Ignore widgets during destruction
2020-10-12 Emmanuele Bassia11y: Register the accessible root object
2020-10-12 Emmanuele Bassia11y: Add a display to GtkATContext
next